hunt-snapshot-0_10_7 ~master (2019-09-12T04:35:55Z)
Dub
Repo
ContextType
collie
channel
handlercontext
Undocumented in source.
template
ContextType (
H
) {
alias
ContextType
=
ContextImpl
!(
H
)
;
alias
ContextType
=
InboundContextImpl
!(
H
)
;
alias
ContextType
=
OutboundContextImpl
!(
H
)
;
}
Members
Aliases
ContextType
alias
ContextType
=
ContextImpl
!(
H
)
Undocumented in source.
ContextType
alias
ContextType
=
InboundContextImpl
!(
H
)
Undocumented in source.
ContextType
alias
ContextType
=
OutboundContextImpl
!(
H
)
Undocumented in source.
Meta
Source
See Implementation
collie
channel
handlercontext
classes
ContextImpl
ContextImplBase
InboundContextImpl
OutboundContextImpl
enums
HandlerDir
interfaces
HandlerContext
InboundHandlerContext
OutboundHandlerContext
mixin templates
CommonContextImpl
ReadContextImpl
WriteContextImpl
templates
ContextType